home *** CD-ROM | disk | FTP | other *** search
- object ProgDataForm: TProgDataForm
- Left = 286
- Top = 181
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'ProgsData'
- ClientHeight = 117
- ClientWidth = 426
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object NameLabel: TLabel
- Left = 8
- Top = 9
- Width = 71
- Height = 13
- Caption = '&Name in menu:'
- end
- object CmdLabel: TLabel
- Left = 8
- Top = 61
- Width = 69
- Height = 13
- Caption = '&Command line:'
- end
- object NameEdit: TEdit
- Left = 8
- Top = 24
- Width = 181
- Height = 21
- TabOrder = 0
- OnChange = EditorsChange
- end
- object OKBtn: TButton
- Left = 344
- Top = 9
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- end
- object CancelBtn: TButton
- Left = 344
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object FileNameEdit: TEdit
- Left = 8
- Top = 76
- Width = 293
- Height = 21
- TabOrder = 1
- OnChange = EditorsChange
- end
- object OpenBtn: TButton
- Left = 306
- Top = 76
- Width = 29
- Height = 21
- Caption = '...'
- TabOrder = 2
- OnClick = OpenBtnClick
- end
- end
-